home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 April (DVD) / PCWELT_4_2006.ISO / Shared.Cst / 00030_HAWKING ICON.PICTR.ls < prev    next >
Encoding:
Text File  |  2004-02-05  |  225 b   |  12 lines

  1. on mouseDown
  2.   puppetTransition 0
  3.   sound stop 1
  4.   nextscreen
  5.   puppetSprite 45, False
  6.   sound fadeOut 2,45
  7.   if the movie = "main.dir" then
  8.     go to frame "enter" 
  9.   else
  10.     go to frame "enter" of movie "Main"
  11.   end if
  12. end